3.2.54 \(\int \frac {(a+a \sin (e+f x))^{5/2} (A+B \sin (e+f x))}{(c-c \sin (e+f x))^{3/2}} \, dx\) [154]

Optimal. Leaf size=210 \[ \frac {(A+B) \cos (e+f x) (a+a \sin (e+f x))^{5/2}}{2 f (c-c \sin (e+f x))^{3/2}}+\frac {4 a^3 (A+2 B) \cos (e+f x) \log (1-\sin (e+f x))}{c f \sqrt {a+a \sin (e+f x)} \sqrt {c-c \sin (e+f x)}}+\frac {2 a^2 (A+2 B) \cos (e+f x) \sqrt {a+a \sin (e+f x)}}{c f \sqrt {c-c \sin (e+f x)}}+\frac {a (A+2 B) \cos (e+f x) (a+a \sin (e+f x))^{3/2}}{2 c f \sqrt {c-c \sin (e+f x)}} \]

[Out]

1/2*(A+B)*cos(f*x+e)*(a+a*sin(f*x+e))^(5/2)/f/(c-c*sin(f*x+e))^(3/2)+1/2*a*(A+2*B)*cos(f*x+e)*(a+a*sin(f*x+e))
^(3/2)/c/f/(c-c*sin(f*x+e))^(1/2)+4*a^3*(A+2*B)*cos(f*x+e)*ln(1-sin(f*x+e))/c/f/(a+a*sin(f*x+e))^(1/2)/(c-c*si
n(f*x+e))^(1/2)+2*a^2*(A+2*B)*cos(f*x+e)*(a+a*sin(f*x+e))^(1/2)/c/f/(c-c*sin(f*x+e))^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.33, antiderivative size = 210, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 5, integrand size = 40, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {3051, 2819, 2816, 2746, 31} \begin {gather*} \frac {4 a^3 (A+2 B) \cos (e+f x) \log (1-\sin (e+f x))}{c f \sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}}+\frac {2 a^2 (A+2 B) \cos (e+f x) \sqrt {a \sin (e+f x)+a}}{c f \sqrt {c-c \sin (e+f x)}}+\frac {a (A+2 B) \cos (e+f x) (a \sin (e+f x)+a)^{3/2}}{2 c f \sqrt {c-c \sin (e+f x)}}+\frac {(A+B) \cos (e+f x) (a \sin (e+f x)+a)^{5/2}}{2 f (c-c \sin (e+f x))^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((a + a*Sin[e + f*x])^(5/2)*(A + B*Sin[e + f*x]))/(c - c*Sin[e + f*x])^(3/2),x]

[Out]

((A + B)*Cos[e + f*x]*(a + a*Sin[e + f*x])^(5/2))/(2*f*(c - c*Sin[e + f*x])^(3/2)) + (4*a^3*(A + 2*B)*Cos[e +
f*x]*Log[1 - Sin[e + f*x]])/(c*f*Sqrt[a + a*Sin[e + f*x]]*Sqrt[c - c*Sin[e + f*x]]) + (2*a^2*(A + 2*B)*Cos[e +
 f*x]*Sqrt[a + a*Sin[e + f*x]])/(c*f*Sqrt[c - c*Sin[e + f*x]]) + (a*(A + 2*B)*Cos[e + f*x]*(a + a*Sin[e + f*x]
)^(3/2))/(2*c*f*Sqrt[c - c*Sin[e + f*x]])

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 2746

Int[cos[(e_.) + (f_.)*(x_)]^(p_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_.), x_Symbol] :> Dist[1/(b^p*f), S
ubst[Int[(a + x)^(m + (p - 1)/2)*(a - x)^((p - 1)/2), x], x, b*Sin[e + f*x]], x] /; FreeQ[{a, b, e, f, m}, x]
&& IntegerQ[(p - 1)/2] && EqQ[a^2 - b^2, 0] && (GeQ[p, -1] ||  !IntegerQ[m + 1/2])

Rule 2816

Int[Sqrt[(a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]]/Sqrt[(c_) + (d_.)*sin[(e_.) + (f_.)*(x_)]], x_Symbol] :> Dist[a
*c*(Cos[e + f*x]/(Sqrt[a + b*Sin[e + f*x]]*Sqrt[c + d*Sin[e + f*x]])), Int[Cos[e + f*x]/(c + d*Sin[e + f*x]),
x], x] /; FreeQ[{a, b, c, d, e, f}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2 - b^2, 0]

Rule 2819

Int[((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_)*((c_) + (d_.)*sin[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp
[(-b)*Cos[e + f*x]*(a + b*Sin[e + f*x])^(m - 1)*((c + d*Sin[e + f*x])^n/(f*(m + n))), x] + Dist[a*((2*m - 1)/(
m + n)), Int[(a + b*Sin[e + f*x])^(m - 1)*(c + d*Sin[e + f*x])^n, x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] &&
 EqQ[b*c + a*d, 0] && EqQ[a^2 - b^2, 0] && IGtQ[m - 1/2, 0] &&  !LtQ[n, -1] &&  !(IGtQ[n - 1/2, 0] && LtQ[n, m
]) &&  !(ILtQ[m + n, 0] && GtQ[2*m + n + 1, 0])

Rule 3051

Int[((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_)*((A_.) + (B_.)*sin[(e_.) + (f_.)*(x_)])*((c_) + (d_.)*sin[(e_.
) + (f_.)*(x_)])^(n_.), x_Symbol] :> Simp[(A*b - a*B)*Cos[e + f*x]*(a + b*Sin[e + f*x])^m*((c + d*Sin[e + f*x]
)^n/(a*f*(2*m + 1))), x] + Dist[(a*B*(m - n) + A*b*(m + n + 1))/(a*b*(2*m + 1)), Int[(a + b*Sin[e + f*x])^(m +
 1)*(c + d*Sin[e + f*x])^n, x], x] /; FreeQ[{a, b, c, d, e, f, A, B, m, n}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2
 - b^2, 0] && (LtQ[m, -2^(-1)] || (ILtQ[m + n, 0] &&  !SumSimplerQ[n, 1])) && NeQ[2*m + 1, 0]

Rubi steps

\begin {align*} \int \frac {(a+a \sin (e+f x))^{5/2} (A+B \sin (e+f x))}{(c-c \sin (e+f x))^{3/2}} \, dx &=\frac {(A+B) \cos (e+f x) (a+a \sin (e+f x))^{5/2}}{2 f (c-c \sin (e+f x))^{3/2}}-\frac {(A+2 B) \int \frac {(a+a \sin (e+f x))^{5/2}}{\sqrt {c-c \sin (e+f x)}} \, dx}{c}\\ &=\frac {(A+B) \cos (e+f x) (a+a \sin (e+f x))^{5/2}}{2 f (c-c \sin (e+f x))^{3/2}}+\frac {a (A+2 B) \cos (e+f x) (a+a \sin (e+f x))^{3/2}}{2 c f \sqrt {c-c \sin (e+f x)}}-\frac {(2 a (A+2 B)) \int \frac {(a+a \sin (e+f x))^{3/2}}{\sqrt {c-c \sin (e+f x)}} \, dx}{c}\\ &=\frac {(A+B) \cos (e+f x) (a+a \sin (e+f x))^{5/2}}{2 f (c-c \sin (e+f x))^{3/2}}+\frac {2 a^2 (A+2 B) \cos (e+f x) \sqrt {a+a \sin (e+f x)}}{c f \sqrt {c-c \sin (e+f x)}}+\frac {a (A+2 B) \cos (e+f x) (a+a \sin (e+f x))^{3/2}}{2 c f \sqrt {c-c \sin (e+f x)}}-\frac {\left (4 a^2 (A+2 B)\right ) \int \frac {\sqrt {a+a \sin (e+f x)}}{\sqrt {c-c \sin (e+f x)}} \, dx}{c}\\ &=\frac {(A+B) \cos (e+f x) (a+a \sin (e+f x))^{5/2}}{2 f (c-c \sin (e+f x))^{3/2}}+\frac {2 a^2 (A+2 B) \cos (e+f x) \sqrt {a+a \sin (e+f x)}}{c f \sqrt {c-c \sin (e+f x)}}+\frac {a (A+2 B) \cos (e+f x) (a+a \sin (e+f x))^{3/2}}{2 c f \sqrt {c-c \sin (e+f x)}}-\frac {\left (4 a^3 (A+2 B) \cos (e+f x)\right ) \int \frac {\cos (e+f x)}{c-c \sin (e+f x)} \, dx}{\sqrt {a+a \sin (e+f x)} \sqrt {c-c \sin (e+f x)}}\\ &=\frac {(A+B) \cos (e+f x) (a+a \sin (e+f x))^{5/2}}{2 f (c-c \sin (e+f x))^{3/2}}+\frac {2 a^2 (A+2 B) \cos (e+f x) \sqrt {a+a \sin (e+f x)}}{c f \sqrt {c-c \sin (e+f x)}}+\frac {a (A+2 B) \cos (e+f x) (a+a \sin (e+f x))^{3/2}}{2 c f \sqrt {c-c \sin (e+f x)}}+\frac {\left (4 a^3 (A+2 B) \cos (e+f x)\right ) \text {Subst}\left (\int \frac {1}{c+x} \, dx,x,-c \sin (e+f x)\right )}{c f \sqrt {a+a \sin (e+f x)} \sqrt {c-c \sin (e+f x)}}\\ &=\frac {(A+B) \cos (e+f x) (a+a \sin (e+f x))^{5/2}}{2 f (c-c \sin (e+f x))^{3/2}}+\frac {4 a^3 (A+2 B) \cos (e+f x) \log (1-\sin (e+f x))}{c f \sqrt {a+a \sin (e+f x)} \sqrt {c-c \sin (e+f x)}}+\frac {2 a^2 (A+2 B) \cos (e+f x) \sqrt {a+a \sin (e+f x)}}{c f \sqrt {c-c \sin (e+f x)}}+\frac {a (A+2 B) \cos (e+f x) (a+a \sin (e+f x))^{3/2}}{2 c f \sqrt {c-c \sin (e+f x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 1.15, size = 231, normalized size = 1.10 \begin {gather*} -\frac {a^2 \left (\cos \left (\frac {1}{2} (e+f x)\right )-\sin \left (\frac {1}{2} (e+f x)\right )\right ) \sqrt {a (1+\sin (e+f x))} \left (28 A+16 B+2 (2 A+7 B) \cos (2 (e+f x))+64 A \log \left (\cos \left (\frac {1}{2} (e+f x)\right )-\sin \left (\frac {1}{2} (e+f x)\right )\right )+128 B \log \left (\cos \left (\frac {1}{2} (e+f x)\right )-\sin \left (\frac {1}{2} (e+f x)\right )\right )+\left (8 A+31 B-64 (A+2 B) \log \left (\cos \left (\frac {1}{2} (e+f x)\right )-\sin \left (\frac {1}{2} (e+f x)\right )\right )\right ) \sin (e+f x)+B \sin (3 (e+f x))\right )}{8 c f \left (\cos \left (\frac {1}{2} (e+f x)\right )+\sin \left (\frac {1}{2} (e+f x)\right )\right ) (-1+\sin (e+f x)) \sqrt {c-c \sin (e+f x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((a + a*Sin[e + f*x])^(5/2)*(A + B*Sin[e + f*x]))/(c - c*Sin[e + f*x])^(3/2),x]

[Out]

-1/8*(a^2*(Cos[(e + f*x)/2] - Sin[(e + f*x)/2])*Sqrt[a*(1 + Sin[e + f*x])]*(28*A + 16*B + 2*(2*A + 7*B)*Cos[2*
(e + f*x)] + 64*A*Log[Cos[(e + f*x)/2] - Sin[(e + f*x)/2]] + 128*B*Log[Cos[(e + f*x)/2] - Sin[(e + f*x)/2]] +
(8*A + 31*B - 64*(A + 2*B)*Log[Cos[(e + f*x)/2] - Sin[(e + f*x)/2]])*Sin[e + f*x] + B*Sin[3*(e + f*x)]))/(c*f*
(Cos[(e + f*x)/2] + Sin[(e + f*x)/2])*(-1 + Sin[e + f*x])*Sqrt[c - c*Sin[e + f*x]])

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(844\) vs. \(2(190)=380\).
time = 0.31, size = 845, normalized size = 4.02

method result size
default \(\frac {\left (12 A +22 B -32 B \ln \left (-\frac {-1+\cos \left (f x +e \right )+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}\right ) \sin \left (f x +e \right ) \cos \left (f x +e \right )+16 B \ln \left (\frac {2}{1+\cos \left (f x +e \right )}\right ) \sin \left (f x +e \right ) \cos \left (f x +e \right )-8 A \left (\cos ^{2}\left (f x +e \right )\right ) \ln \left (\frac {2}{1+\cos \left (f x +e \right )}\right )+16 A \left (\cos ^{2}\left (f x +e \right )\right ) \ln \left (-\frac {-1+\cos \left (f x +e \right )+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}\right )-2 A \cos \left (f x +e \right )-22 B \sin \left (f x +e \right )-12 A \sin \left (f x +e \right )-7 B \cos \left (f x +e \right )+6 B \left (\cos ^{2}\left (f x +e \right )\right ) \sin \left (f x +e \right )+2 A \left (\cos ^{2}\left (f x +e \right )\right ) \sin \left (f x +e \right )-8 A \cos \left (f x +e \right ) \ln \left (\frac {2}{1+\cos \left (f x +e \right )}\right )+7 B \left (\cos ^{3}\left (f x +e \right )\right )+32 B \ln \left (-\frac {-1+\cos \left (f x +e \right )+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}\right ) \left (\cos ^{2}\left (f x +e \right )\right )-16 B \ln \left (\frac {2}{1+\cos \left (f x +e \right )}\right ) \left (\cos ^{2}\left (f x +e \right )\right )-32 B \ln \left (\frac {2}{1+\cos \left (f x +e \right )}\right ) \sin \left (f x +e \right )+15 B \sin \left (f x +e \right ) \cos \left (f x +e \right )+32 B \cos \left (f x +e \right ) \ln \left (-\frac {-1+\cos \left (f x +e \right )+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}\right )+64 B \sin \left (f x +e \right ) \ln \left (-\frac {-1+\cos \left (f x +e \right )+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}\right )-16 A \ln \left (\frac {2}{1+\cos \left (f x +e \right )}\right ) \sin \left (f x +e \right )+16 A \cos \left (f x +e \right ) \ln \left (-\frac {-1+\cos \left (f x +e \right )+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}\right )+32 A \sin \left (f x +e \right ) \ln \left (-\frac {-1+\cos \left (f x +e \right )+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}\right )-16 B \cos \left (f x +e \right ) \ln \left (\frac {2}{1+\cos \left (f x +e \right )}\right )-12 A \left (\cos ^{2}\left (f x +e \right )\right )-16 A \cos \left (f x +e \right ) \sin \left (f x +e \right ) \ln \left (-\frac {-1+\cos \left (f x +e \right )+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}\right )+8 A \cos \left (f x +e \right ) \sin \left (f x +e \right ) \ln \left (\frac {2}{1+\cos \left (f x +e \right )}\right )+B \left (\cos ^{3}\left (f x +e \right )\right ) \sin \left (f x +e \right )+16 A \ln \left (\frac {2}{1+\cos \left (f x +e \right )}\right )-32 A \ln \left (-\frac {-1+\cos \left (f x +e \right )+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}\right )+32 B \ln \left (\frac {2}{1+\cos \left (f x +e \right )}\right )-64 B \ln \left (-\frac {-1+\cos \left (f x +e \right )+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}\right )-21 B \left (\cos ^{2}\left (f x +e \right )\right )-B \left (\cos ^{4}\left (f x +e \right )\right )+10 A \sin \left (f x +e \right ) \cos \left (f x +e \right )+2 A \left (\cos ^{3}\left (f x +e \right )\right )\right ) \left (a \left (1+\sin \left (f x +e \right )\right )\right )^{\frac {5}{2}}}{2 f \left (\cos ^{3}\left (f x +e \right )-\left (\cos ^{2}\left (f x +e \right )\right ) \sin \left (f x +e \right )-3 \left (\cos ^{2}\left (f x +e \right )\right )-2 \cos \left (f x +e \right ) \sin \left (f x +e \right )-2 \cos \left (f x +e \right )+4 \sin \left (f x +e \right )+4\right ) \left (-c \left (\sin \left (f x +e \right )-1\right )\right )^{\frac {3}{2}}}\) \(845\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+a*sin(f*x+e))^(5/2)*(A+B*sin(f*x+e))/(c-c*sin(f*x+e))^(3/2),x,method=_RETURNVERBOSE)

[Out]

1/2/f*(2*A*cos(f*x+e)^2*sin(f*x+e)+6*B*cos(f*x+e)^2*sin(f*x+e)+12*A+22*B-32*B*ln(-(-1+cos(f*x+e)+sin(f*x+e))/s
in(f*x+e))*sin(f*x+e)*cos(f*x+e)+16*B*ln(2/(1+cos(f*x+e)))*sin(f*x+e)*cos(f*x+e)-2*A*cos(f*x+e)-22*B*sin(f*x+e
)-12*A*sin(f*x+e)+2*A*cos(f*x+e)^3+7*B*cos(f*x+e)^3-7*B*cos(f*x+e)+B*cos(f*x+e)^3*sin(f*x+e)-B*cos(f*x+e)^4-12
*A*cos(f*x+e)^2-21*B*cos(f*x+e)^2-8*A*cos(f*x+e)^2*ln(2/(1+cos(f*x+e)))-8*A*cos(f*x+e)*ln(2/(1+cos(f*x+e)))+32
*B*ln(-(-1+cos(f*x+e)+sin(f*x+e))/sin(f*x+e))*cos(f*x+e)^2-32*B*ln(2/(1+cos(f*x+e)))*sin(f*x+e)+15*B*sin(f*x+e
)*cos(f*x+e)+32*B*cos(f*x+e)*ln(-(-1+cos(f*x+e)+sin(f*x+e))/sin(f*x+e))+64*B*sin(f*x+e)*ln(-(-1+cos(f*x+e)+sin
(f*x+e))/sin(f*x+e))-16*A*ln(2/(1+cos(f*x+e)))*sin(f*x+e)+16*A*cos(f*x+e)*ln(-(-1+cos(f*x+e)+sin(f*x+e))/sin(f
*x+e))+32*A*sin(f*x+e)*ln(-(-1+cos(f*x+e)+sin(f*x+e))/sin(f*x+e))-16*B*cos(f*x+e)*ln(2/(1+cos(f*x+e)))-16*A*co
s(f*x+e)*sin(f*x+e)*ln(-(-1+cos(f*x+e)+sin(f*x+e))/sin(f*x+e))+8*A*cos(f*x+e)*sin(f*x+e)*ln(2/(1+cos(f*x+e)))+
16*A*ln(2/(1+cos(f*x+e)))-32*A*ln(-(-1+cos(f*x+e)+sin(f*x+e))/sin(f*x+e))+32*B*ln(2/(1+cos(f*x+e)))-64*B*ln(-(
-1+cos(f*x+e)+sin(f*x+e))/sin(f*x+e))+16*A*cos(f*x+e)^2*ln(-(-1+cos(f*x+e)+sin(f*x+e))/sin(f*x+e))-16*B*ln(2/(
1+cos(f*x+e)))*cos(f*x+e)^2+10*A*sin(f*x+e)*cos(f*x+e))*(a*(1+sin(f*x+e)))^(5/2)/(cos(f*x+e)^3-cos(f*x+e)^2*si
n(f*x+e)-3*cos(f*x+e)^2-2*cos(f*x+e)*sin(f*x+e)-2*cos(f*x+e)+4*sin(f*x+e)+4)/(-c*(sin(f*x+e)-1))^(3/2)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sin(f*x+e))^(5/2)*(A+B*sin(f*x+e))/(c-c*sin(f*x+e))^(3/2),x, algorithm="maxima")

[Out]

integrate((B*sin(f*x + e) + A)*(a*sin(f*x + e) + a)^(5/2)/(-c*sin(f*x + e) + c)^(3/2), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sin(f*x+e))^(5/2)*(A+B*sin(f*x+e))/(c-c*sin(f*x+e))^(3/2),x, algorithm="fricas")

[Out]

integral(((A + 2*B)*a^2*cos(f*x + e)^2 - 2*(A + B)*a^2 + (B*a^2*cos(f*x + e)^2 - 2*(A + B)*a^2)*sin(f*x + e))*
sqrt(a*sin(f*x + e) + a)*sqrt(-c*sin(f*x + e) + c)/(c^2*cos(f*x + e)^2 + 2*c^2*sin(f*x + e) - 2*c^2), x)

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sin(f*x+e))**(5/2)*(A+B*sin(f*x+e))/(c-c*sin(f*x+e))**(3/2),x)

[Out]

Exception raised: SystemError >> excessive stack use: stack is 4369 deep

________________________________________________________________________________________

Giac [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: TypeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sin(f*x+e))^(5/2)*(A+B*sin(f*x+e))/(c-c*sin(f*x+e))^(3/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,sageVARx):;OUTP
UT:Warning, integration of abs or sign assumes constant sign by intervals (correct if the argument is real):Ch
eck [abs(co

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int \frac {\left (A+B\,\sin \left (e+f\,x\right )\right )\,{\left (a+a\,\sin \left (e+f\,x\right )\right )}^{5/2}}{{\left (c-c\,\sin \left (e+f\,x\right )\right )}^{3/2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((A + B*sin(e + f*x))*(a + a*sin(e + f*x))^(5/2))/(c - c*sin(e + f*x))^(3/2),x)

[Out]

int(((A + B*sin(e + f*x))*(a + a*sin(e + f*x))^(5/2))/(c - c*sin(e + f*x))^(3/2), x)

________________________________________________________________________________________